projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a31f6
)
(outline-level): Mark it risky.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Jul 1994 20:34:55 +0000
(20:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Jul 1994 20:34:55 +0000
(20:34 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index f3486cc9cc2a6bf6b115acc0687796485923b56b..ff335fe9d60882f35b4c66e1d78053d5d6fd170d 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1149,6
+1149,8
@@
If `enable-local-variables' is nil, this function does not check for a
(put 'load-path 'risky-local-variable t)
(put 'exec-directory 'risky-local-variable t)
(put 'process-environment 'risky-local-variable t)
+;; Don't wait for outline.el to be loaded, for the sake of outline-minor-mode.
+(put 'outline-level 'risky-local-variable t)
(defun hack-one-local-variable-quotep (exp)
(and (consp exp) (eq (car exp) 'quote) (consp (cdr exp))))